type reflect.visit
4 uses
reflect (current package)
deepequal.go#L18: type visit struct {
deepequal.go#L27: func deepValueEqual(v1, v2 Value, visited map[visit]bool) bool {
deepequal.go#L81: v := visit{addr1, addr2, typ}
deepequal.go#L237: return deepValueEqual(v1, v2, make(map[visit]bool))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |